/* CSS Document */
body,td,th {
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #9a6a3a;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a.menu:link {
	color: #006400;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	color: #006400;
	font-size: 12px;
	font-weight: bold;
}
a.menu:hover {
	color: #9a6a3a;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}
a.menu:active {
	text-decoration: none;
	color: #006400;
	font-size: 12px;
	font-weight: bold;
}
a.small:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.small:visited {text-decoration: none;	color: #000000;	font-size: 10px;}
a.small:hover {color: #ff0000;	text-decoration:underline;	font-size: 10px;}
a.small:active {text-decoration: bold;	color: #000000;	font-size: 10px;}
a.large:link {color: #000000; text-decoration: none; font-size: 18px; font-weight: bold;}
a.large:visited {text-decoration: none; color: #000000; font-size: 18px; font-weight: bold;}
a.large:hover {color: #ff0000; text-decoration:underline; font-size: 18px; font-weight: bold;}
a.large:active {text-decoration: bold; color: #000000; font-size: 18px;	font-weight: bold;}
td.menuon {background-color: #00c1db;}
td.menuoff {background-color: #332211;}
td.bg {background-image: url('images/menu-bg.jpg');}

h1 {font-family: "Arial", serif; 
font-style: italic; 
font-size: 18px; 
font-weight: bold; 
color: #006400;
}
h2 {font-family: "Arial", serif; 
font-style: italic; 
font-size: 16px; 
font-weight: bold; 
color: #006400;
}